home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / hcontrol.dxr / 00009_panic_off.ls < prev    next >
Encoding:
Text File  |  1997-11-06  |  154 b   |  9 lines

  1. on mouseDown
  2.   global pani
  3.   set ret to button1("panic_off", "panic_on")
  4.   if ret = 1 then
  5.     puppetSound("ButtonSound")
  6.   end if
  7.   set pani to "on"
  8. end
  9.